BigList Constructor

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodBigList<(Of <T>)>BigList<(Of <T>)>New()()
Creates a new BigList. The BigList is initially empty.
Public methodBigList<(Of <T>)>BigList<(Of <T>)>New(IEnumerable<(Of <T>)>)
Creates a new BigList initialized with the items from collection, in order.
Public methodBigList<(Of <T>)>BigList<(Of <T>)>New(BigList<(Of <T>)>)
Creates a new BigList that is a copy of list.
Public methodBigList<(Of <T>)>BigList<(Of <T>)>New(IEnumerable<(Of <T>)>, Int32)
Creates a new BigList initialized with a given number of copies of the items from collection, in order.
Public methodBigList<(Of <T>)>BigList<(Of <T>)>New(BigList<(Of <T>)>, Int32)
Creates a new BigList that is several copies of list.

See Also